-
1 nested scope
Программирование: вложенная область видимости -
2 nested scope
вложенное пространство (напр., пространство имён переменных)English-Russian dictionary of computer science and programming > nested scope
-
3 scope
1) область действия; сфера рассмотрения2) область видимости; область действия (имён) в C++ различают четыре типа областей действия:- scope of bindings3) контекст4) индикатор; устройство для наблюдения•- disjoint scope
- scope of failuresEnglish-Russian dictionary of computer science and programming > scope
-
4 block structure
описывает взаимное расположение программных блоков ( program block) в программе на конкретном ЯВУ. Возможны такие варианты, как последовательное расположение блоков (flat block structure), вложенность блоков (nested block structure) и монолитная структура (monolithic block structure), когда программа представляет собой единый блокАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > block structure
-
5 problem
1) задача; проблема3) трудность, затруднение•- boundary value problem - card matching problem - central limit problem - decision problem under risk - decision problem under uncertainty - extremum problem - fair division problem - gambling problem - gasoline blending problem - incompletely structured problem - optimal path problem - optimal stopping problem - portfolio selection problem - precisely specified problem - recursively solvable problem - sequential decision programming problem - sequential occupancy problem - shortest path problem - shortest route problem - standard control problem - three houses and three wells problem
См. также в других словарях:
Nested function — definitions can be compared to how a Matryoshka doll nests within larger versions of itself, in several levels. In computer programming, a nested function (or nested procedure/subroutine) is a function which is lexically (textually) encapsulated… … Wikipedia
Scope (computer science) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Scope (programming) — In computer programming, scope is an enclosing context where values and expressions are associated. Various programming languages have various types of scopes. The type of scope determines what kind of entities it can contain and how it affects… … Wikipedia
Nested quotation — A nested quotation is a quotation that is encapsulated inside another quotation, forming a hierarchy with multiple levels. When focusing on a certain quotation, one must interpret it within its scope. Nested quotation can be used in literature… … Wikipedia
Nested quote — A nested quote is a quote that is encapsulated inside another quote, forming a hierarchy with multiple levels. When focusing on a certain quote, one must interpret it within its scope. Nested quotes can be used in literature (as in nested… … Wikipedia
TextMate — Infobox Software name = TextMate caption = developer = Allan Odgaard (MacroMates) latest release version = 1.5.7 (r1466) operating system = Mac OS X genre = text editor license = Proprietary website = http://www.macromates.com/TextMate is a… … Wikipedia
Rpal — is a functional programming language which is related to the ML programming language. RPAL is an acronym meaning Right Reference Pedagogic Algorithmic Language and is a subset of PAL, a language invented by Evans and John Wozencraft in early… … Wikipedia
Closure (computer science) — In computer science, a closure (also lexical closure, function closure, function value or functional value) is a function together with a referencing environment for the non local variables of that function.[1] A closure allows a function to… … Wikipedia
Inner class — In object oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass. Contents 1 Overview 2 Types of inner classes 3 Why can t an… … Wikipedia
JavaScript syntax — This article is part of the JavaScript series. JavaScript JavaScript syntax JavaScript topics This box: view · … Wikipedia
Non-local variable — In programming language theory, a non local variable is a variable that is not defined in the local scope. While the term can refer to global variables, it is primarily used in the context of nested and anonymous functions where some variables… … Wikipedia